home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / esyrxv32.rea < prev    next >
Text File  |  1996-01-16  |  3KB  |  112 lines

  1. Short:    ARexx Interface Designer utility
  2. Author:   Ketil.Hunn@hiMolde.no
  3. Uploader: Ketil.Hunn@hiMolde.no
  4. Type:     dev/misc
  5.  
  6. TITLE
  7.  
  8.    EasyRexx
  9.  
  10. VERSION
  11.  
  12.    3.2   (07.Dec.95)
  13.  
  14. AUTHOR
  15.  
  16.    Ketil Hunn
  17.    Nabbetorpveien 35B
  18.    N-1632 Gamle Fredrikstad
  19.    Norway
  20.  
  21.    E-Mail: Ketil.Hunn@hiMolde.no
  22.  
  23.    http://www.himolde.no/~ketil/
  24.  
  25. DESCRIPTION
  26.  
  27.   A small and very fast shared runtime library that allows you to
  28.   add an AREXX port and AREXX commands to your application without
  29.   the need of programming.
  30.  
  31.   o Define your ARexx interface using the included GUI-based
  32.     ARexx Interface Designer.  The Designer can generate code
  33.     directly.
  34.  
  35.   o Completely new ARexx Interface Designer:
  36.     - Font adaptable windows
  37.     - Resizable windows
  38.     - Localization.  Translations for English, Deutsch, Nederlands
  39.       and Norsk are included.
  40.     - Asynchronous on-line help
  41.     - Recordable macros
  42.     - User defined graphic interface
  43.     - More ARexx commands.
  44.  
  45.   o The ARexx Interface Designer generates code for these languages:
  46.     - C/C++
  47.     - E
  48.     - Modula-2
  49.     - Oberon
  50.  
  51.   o Makes the parsing of AREXX messages easier than parsing DOS
  52.     prompt arguments!  Uses standard DOS templates for arguments.
  53.  
  54.   o Easy to use tag-based functions.
  55.  
  56.   o Send AREXX messages to any named port.
  57.  
  58.   o Create ARexx stems with one function call.
  59.  
  60.   o The library also includes functions which makes it very easy to
  61.     add ARexx macro ability to your application.  Macros can be
  62.     created, recorded and executed directly using functions in the
  63.     library.
  64.  
  65.   o Autodoc describing all functions in the library.
  66.  
  67.   o Amigaguide documentation describing programming techniques and
  68.     how to use the library.
  69.  
  70.   o Complete with example sources.
  71.  
  72. NEW FEATURES
  73.  
  74.   o The status' of the windows will now be saved in the environment file.
  75.     Thus windows that are open when saving the environment settings will
  76.     automatically be opened the next time EasyRexx is started.
  77.  
  78.   o Two corrections to the Oberon source generator.
  79.  
  80.   o Several corrections to the documentation and the autodoc.
  81.  
  82.   o Various bug-fixes.
  83.  
  84. SPECIAL REQUIREMENTS
  85.  
  86.   OS 2.04 or higher.
  87.  
  88. AVAILABILITY
  89.  
  90.   ftp://ftp.wustl.edu/pub/aminet/dev/misc/EasyRexxV30.lha (261634)
  91.  
  92. PRICE
  93.  
  94.   Free, as long as you follow the two guidelines below:
  95.  
  96.   The license is the same for all software, regardless of what type
  97.   of software the library is used in, be it commercial, freeware,
  98.   shareware or whatever as long as you:
  99.  
  100.   1)  Note in the program and documentation that easyrexx.library is
  101.       copyrighted 1994, 1995 Ketil Hunn.
  102.  
  103.   2)  You give me a copy of each version of the software which uses
  104.       the library.  There should be no cost to me.
  105.  
  106. DISTRIBUTABILITY
  107.  
  108.   The files may be distributed as needed. That means that for
  109.   products that use the easyrexx.library, only that file needs to
  110.   be distributed. For development purposes, the library and its
  111.   documentation should be all distributed together.
  112.